learing c++

Started by
9 comments, last by Pacersrk45 24 years ago
Where can I learn c++ on the web? Any good web sites?
Advertisement

But of course!

I never figured out how to make links on this message board, so you''ll have to cut & paste them.. But here are a couple good places I found for those who want to learn C++:

(1)
Bruce Eckel''s Thinking in C++, 2nd Ed (BETA) is online.
This isn''t for the absolute beginner, but can be a good read once you have the basics down pat:

http://www.codeguru.com/cpp/tic/tic_c.shtml

(2)
This page has a lot of good links for regular C++ (not necessarily Visual C++):

http://www.1001tutorials.com/cpp/index.shtml

(3)
This page does a nice job of organizing C++ tutorial information & sites, definitely worth a look:

http://www.rhein-neckar.de/~cetus/oo_c_plus_plus.html


HTH,
// CHRIS
// CHRIS [win32mfc]
win32mfc: You can use the normal HTML commands to make links on the message board!

Visit our homepage: www.rarebyte.de.st

GA
Sorry, that was me.
Visit our homepage: www.rarebyte.de.stGA
The book I''ve recommended more than any other is now available on the web for free. Check it out at http://www.steveheller.com/whos/.

(my byline from the Gamedev Collection series, which I co-edited) John Hattan has been working steadily in the casual game-space since the TRS-80 days and professionally since 1990. After seeing his small-format games turned down for what turned out to be Tandy's last PC release, he took them independent, eventually releasing them as several discount game-packs through a couple of publishers. The packs are actually still available on store-shelves, although you'll need a keen eye to find them nowadays. He continues to work in the casual game-space as an independent developer, largely working on games in Flash for his website, The Code Zone (www.thecodezone.com). His current scheme is to distribute his games virally on various web-portals and widget platforms. In addition, John writes weekly product reviews and blogs (over ten years old) for www.gamedev.net from his home office where he lives with his wife and daughter in their home in the woods near Lake Grapevine in Texas.

check out itknowledge.com, for some free c++ books
Check out this site''s reference section.

Programming::~Fredric(const Annoy_Ance)
3D Math- The type of mathematics that'll put hair on your chest!
Id like to thank win32mfc

Your url''s were alot of help I have been looking for tutorials that better explain c++ than the tutorials I have now.

thanks again
Brendon

"There are not good or bad guys, just people with different opinions"
-Squall Leonheart
Id like to thank win32mfc

Your url''s were alot of help I have been looking for tutorials that better explain c++ than the tutorials I have now.

thanks again
Brendon

"There are not good or bad guys, just people with different opinions"
-Squall Leonheart
Try Cprogramming. It may not be the best, but it''s ok. If you don''t like it, it will have some good links.

"Remember, I'm the monkey, and you're the cheese grater. So no messing around."
-Grand Theft Auto, London

"It's not whether I win or lose, as long as I piss you off"
-Morrigan, Super Puzzle Fighter II Turbo
D:

This topic is closed to new replies.

Advertisement